type github.com/andybalholm/brotli.h6

11 uses

	github.com/andybalholm/brotli (current package)
		h6.go#L17: func (*h6) HashTypeLength() uint {
		h6.go#L21: func (*h6) StoreLookahead() uint {
		h6.go#L34: type h6 struct {
		h6.go#L45: func (h *h6) Initialize(params *encoderParams) {
		h6.go#L55: func (h *h6) Prepare(one_shot bool, input_size uint, data []byte) {
		h6.go#L74: func (h *h6) Store(data []byte, mask uint, ix uint) {
		h6.go#L83: func (h *h6) StoreRange(data []byte, mask uint, ix_start uint, ix_end uint) {
		h6.go#L90: func (h *h6) StitchToPreviousBlock(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint) {
		h6.go#L101: func (h *h6) PrepareDistanceCache(distance_cache []int) {
		h6.go#L116: func (h *h6) FindLongestMatch(dictionary *encoderDictionary, data []byte, ring_buffer_mask uint, distance_cache []int, cur_ix uint, max_length uint, max_backward uint, gap uint, max_distance uint, out *hasherSearchResult) {
		hash.go#L258: 		return new(h6)